projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd12ef
)
eieio.el: Fix last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 28 Sep 2009 00:59:27 +0000
(
00:59
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 28 Sep 2009 00:59:27 +0000
(
00:59
+0000)
lisp/emacs-lisp/eieio.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio.el
b/lisp/emacs-lisp/eieio.el
index 8c293cce54f741f5ec390bdead200d2c190a24bf..bd318278018d9578660c1ab22cd2dcf258672a9e 100644
(file)
--- a/
lisp/emacs-lisp/eieio.el
+++ b/
lisp/emacs-lisp/eieio.el
@@
-2734,15
+2734,6
@@
Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate."
)
)
-(eval-after-load "cedet-edebug"
- '(progn
- (cedet-edebug-add-print-override '(class-p object) '(class-name object) )
- (cedet-edebug-add-print-override '(eieio-object-p object) '(object-print object) )
- (cedet-edebug-add-print-override '(and (listp object)
- (or (class-p (car object)) (eieio-object-p (car object))))
- '(cedet-edebug-prin1-recurse object) )
- ))
-
;;; Interfacing with imenu in emacs lisp mode
;; (Only if the expression is defined)
;;